home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-04-22 | 1.2 KB | 33 lines | [TEXT/MPS ] |
- Macintosh
- Sample Code Notes
- _____________________________________________________________________________
- Developer Technical Support
-
- #8: FracAppPalette
-
- Written by: Bo3b Johnson
-
- Versions: 1.00 August 1988
-
- Components: MFracAppPalette.p August 1, 1988
- UFracAppPalette.p August 1, 1988
- UFracAppPalette.inc1.p August 1, 1988
- FracAppPalette.r August 1, 1988
- FracAppPalette.make August 1, 1988
- _____________________________________________________________________________
-
- This program requires MPW 2.0.2 and MacApp 1.1.1 to build.
- _____________________________________________________________________________
-
- This version of FracApp uses the Palette Manager. It demonstrates
- a full-color palette which is used to display the Mandelbrot set.
- FracAppPalette does not support color table animation, since the
- integration of QuickDraw (i.e., _CopyBits) and the Palette Manager
- is not yet full enough.
-
- This version uses an off-screen gDevice with a port to handle the
- data, using _CopyBits to draw into the window. The palette is
- automatically associated with each window. The PICT files are
- read and written using the bottlenecks (spooled) to save on memory
- usage.
-